home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / mac / clip.dxr / 00025_ÉrÉfÉIÉ{ÉäÉÖÅ[ÉÄ.ls < prev    next >
Encoding:
Text File  |  2003-03-10  |  299 b   |  14 lines

  1. global cdvoume
  2.  
  3. on exitFrame
  4.   if sprite(43).movieRate = 1 then
  5.     videovol = -50 + (cdvoume * 5)
  6.     sprite(43).volume = cdvoume * 19
  7.   else
  8.     if the memberNum of sprite 43 <> 8 then
  9.       set the memberNum of sprite 43 to 8
  10.     end if
  11.     set the volume of sound 1 to cdvoume * 19
  12.   end if
  13. end
  14.